-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
TST: re-enable gbq tests #23303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TST: re-enable gbq tests #23303
Conversation
Fix clean-up steps to use the google.cloud.bigquery client library directly, since some of the _Dataset and _Table logic was removed from pandas-gbq.
Hello @tswast! Thanks for submitting the PR.
|
Codecov Report
@@ Coverage Diff @@
## master #23303 +/- ##
=======================================
Coverage 92.22% 92.22%
=======================================
Files 169 169
Lines 50897 50897
=======================================
Hits 46940 46940
Misses 3957 3957
Continue to review full report at Codecov.
|
is the min version for pandas-gbq good in the install? |
I think the min version should be 0.6.0. Should I set that in the importorskip? I don't see versions for pandas-gbq anywhere when I search for it. The last time we changed the arguments to read_gbq was googleapis/python-bigquery-pandas#196, which shipped in 0.6.0 / 2018-08-15 and I updated pandas in #22557 for that change. |
this is fine, we are only testing on a single build I think. We should move this to the 3.6 build. If you want to update the min version its ok by me (or not is fine too), I think mostly people just install the latest. |
thanks @tswast |
Fix clean-up steps to use the google.cloud.bigquery client library directly, since some of the _Dataset and _Table logic was removed from pandas-gbq.
Fix clean-up steps to use the google.cloud.bigquery client library directly, since some of the _Dataset and _Table logic was removed from pandas-gbq.
Fix clean-up steps to use the google.cloud.bigquery client library directly, since some of the _Dataset and _Table logic was removed from pandas-gbq.
Fix clean-up steps to use the google.cloud.bigquery client
library directly, since some of the _Dataset and _Table
logic was removed from pandas-gbq.
Follow-up to #23281
git diff upstream/master -u -- "*.py" | flake8 --diff